home *** CD-ROM | disk | FTP | other *** search
/ Armageddon - Interactive Preview / Interactive Preview: Armageddon.iso / pc / control.dxr / Still Images_53_Still Loop.ls < prev    next >
Encoding:
Text File  |  1998-05-19  |  369 b   |  20 lines

  1. global gScrollerObj, gMonitorObj, gBioValue
  2.  
  3. on mouseDown me
  4.   set gBioValue to 0
  5.   set the member of sprite 24 to "SYNOPSIS"
  6.   set the scrollTop of member "SYNOPSIS" to 0
  7.   set the loc of sprite 24 to point(190, 140)
  8.   set the ink of sprite 24 to 36
  9.   showAll(gScrollerObj, 88)
  10.   updateStage()
  11. end
  12.  
  13. on mouseEnter me
  14.   cursor(280)
  15. end
  16.  
  17. on mouseLeave me
  18.   cursor(0)
  19. end
  20.